CPhidget_set_OnAttach_Handler

Sets an attach handler callback function. This is called when this Phidget is plugged into the system, and is ready for use.

extern (C) __gshared
int function(CPhidgetHandle phid, CPhidget_set_OnAttach_Handler_Func fptr, void* userPtr) CPhidget_set_OnAttach_Handler;

Meta